Skip to content

Conversation

@allanrenucci
Copy link
Contributor

No description provided.

@allanrenucci allanrenucci requested a review from smarter October 16, 2017 12:00
For an example project, see the [Dotty Example Proejct](https://github.com/lampepfl/dotty-example-project)

### IDE support
It is very easy to start using the Dotty IDE in any Dotty project by following
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would avoid language like "very easy"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would you say instead?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Start using the Dotty IDE in any Dotty project by following ...

### sbt
The fastest way to create a new project compiled by Dotty is using [sbt (0.13.13+)](http://www.scala-sbt.org/)

Create a dotty project:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simple Dotty

```bash
$ sbt
> console
Welcome to Scala.next (pre-alpha) (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_112).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove welcome banner since we don't have one currently

and you will be able to run the corresponding commands directly from your console:

```shell
Add these executables to your path and you will be able to run the corresponding commands directly
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path -> PATH

Make sure that you are using Java 8 or later. The output of `java -version`
should contain `1.8`.
## Requirements
Make sure that you are using Java 8. The output of `java -version` should contain `1.8`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd get rid of this.

@allanrenucci allanrenucci merged commit 10f5c3f into scala:master Oct 16, 2017
@allanrenucci allanrenucci deleted the doc-getting-started branch October 16, 2017 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants